@charset "utf-8";
/* CSS Document */

	.nav *{
		text-decoration:none;
		font-size:9pt;
		
	}
	.nav * a:hover{
		background-color:;/* 鼠标经过时的红色背景，可自定义 */
	}
	.menu{
		list-style:none;
		height:40px;

	}
	.nav_div{
		height: 46px; 
		background: #55a4f1;
	}
	.nav{
		list-style:none;
		margin:0 auto;
		background: url(/images/nav_bg.png) no-repeat 97% 50%;
	}
	.nav li{
		float:left;
		position:relative;background: url(nav_li.jpg) no-repeat 0;
	}
	.nav li a{
		color:#000;
		font-size:14px;
		height:46px;
		display: block;
		line-height:46px;
		color: #FFF;
		
		    padding: 0 16px;
		text-align: center;
		blr:expression(this.onFocus=this.close());
		blr:expression(this.onFocus=this.blur());
		display:inline-block;
	}
		.nav li:hover{
		
	}
	.nav li a:hover{
		color:#55A4F1;background:#EAF5FF;
		
	}
		#t1{
		color:#55A4F1;background:#EAF5FF;
		
	}
	#t1 > a{
		color:#55A4F1;background:#EAF5FF;
		
	}
	#t1 {
		color: #55A4F1;
	}
	.nav li a:focus{ 
		-moz-outline-style: none; 
	}
	.nav li .sub-nav{
		position:absolute;min-height: 71px;
		background: #eaf5ff;
		z-index: 100000;
		top: 46px;
left: -51px;
list-style:none;
		background: transparent\9;
		display:none;
	


	}
.sub-nav{
	padding-top: 4px;
	z-index:1000;
	background: url(bg1.png) no-repeat;
}
.sub-nav li{
	border-bottom: 1px solid #ffffff;
	background:url(/images/nav_li_bg.png);

}
.sub-nav li a:hover{ background: #FFF; color: #55a4f1;}
	.nav li .sub-nav li{
		text-align:center;
		background: #eaf5ff;
		clear:left;
		line-height:31px;
		position:relative;
	}
	.nav li .sub-nav li a{
		height:34px;
		line-height:34px;
		padding:0;
		overflow: hidden;	
		color: #55a4f1;
		display:block;
		min-width: 200px;
		
	}
		.nav li .sub-nav li a:hover{
			color: #8fa830;
		}